Preregistered Client
data class PreregisteredClient(val clientId: OriginalClientId, val legalName: String, val jarConfig: Pair<JWSAlgorithm, JwkSetSource>? = null)(source)
The out-of-band knowledge of a Verifier, used in SupportedClientIdPrefix.Preregistered
Parameters
client Id
the client id of a trusted verifier
legal Name
the name of the trusted verifier
jar Config
in case, verifier communicates his request using JAR, the signing algorithm that is uses to sign his request and a way to get his public key
Constructors
Link copied to clipboard
constructor(clientId: OriginalClientId, legalName: String, jarConfig: Pair<JWSAlgorithm, JwkSetSource>? = null)